This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
There is nothing (I am aware of) that will allow you to access the databases via the NRPC in iOS apps.
You can communicate with the Domino server however by having it host an NSF file on the web, and then either pass the information to the iOS app. Or you can use the XPages mobile components to have the remote NSF render as if it is an iOS application.
I did a very basic sample a few years ago where you have an iOS app read JSON from the Domino server. Can't guarantee it will compile now, but if you want to see it.